home *** CD-ROM | disk | FTP | other *** search
/ PCNet 1998 May / PCnet Mayıs 1998.iso / Multimed / Program / A_Trial.exe / data.z / JMxLoadStatus.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-12-04  |  519 b   |  14 lines

  1. interface JMxLoadStatus {
  2.    int MX_MEDIA_LOADING = 1;
  3.    int MX_MEDIA_ABORTED = 2;
  4.    int MX_MEDIA_ERRORED = 4;
  5.    int MX_MEDIA_COMPLETE = 8;
  6.    int MX_MEDIA_DONE = 14;
  7.    int MX_NONE_DONE = 0;
  8.    int MX_IMAGE_DONE = 1;
  9.    int MX_INIT = 0;
  10.    int MX_LOAD = 1;
  11.    int MX_PAUSE = 2;
  12.    int MX_QUIT = 4;
  13. }
  14.